home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Complementary Applications 2004 May / SGI IRIX 6.5 Complementary Applications 2004 May.iso / dist / PPRO.idb / usr / share / catman / u_man / cat1 / lp.z / lp
Encoding:
Text File  |  2004-01-20  |  4.6 KB  |  133 lines

  1.  
  2.  
  3.  
  4. lp(1)                 Easy Software Products                lp(1)
  5.  
  6.  
  7. NNAAMMEE
  8.        lp - print files
  9.        cancel - cancel jobs
  10.  
  11. SSYYNNOOPPSSIISS
  12.        llpp [ -E ] [ -c ] [ -d _d_e_s_t_i_n_a_t_i_o_n ] [ -h _s_e_r_v_e_r ] [ -m ] [
  13.        -n _n_u_m_-_c_o_p_i_e_s [ -o _o_p_t_i_o_n ] [ -q _p_r_i_o_r_i_t_y ] [ -s  ]  [  -t
  14.        _t_i_t_l_e ] [ -H _h_a_n_d_l_i_n_g ] [ -P _p_a_g_e_-_l_i_s_t ] [ _f_i_l_e_(_s_) ]
  15.        llpp  [  -E  ]  [ -c ] [ -h _s_e_r_v_e_r ] [ -i _j_o_b_-_i_d ] [ -n _n_u_m_-
  16.        _c_o_p_i_e_s [ -o _o_p_t_i_o_n ] [ -q _p_r_i_o_r_i_t_y ] [ -t  _t_i_t_l_e  ]  [  -H
  17.        _h_a_n_d_l_i_n_g ] [ -P _p_a_g_e_-_l_i_s_t ]
  18.        ccaanncceell  [ -a ] [ -h _s_e_r_v_e_r ] [ -u _u_s_e_r_n_a_m_e ] [ _i_d ] [ _d_e_s_-
  19.        _t_i_n_a_t_i_o_n ] [ _d_e_s_t_i_n_a_t_i_o_n_-_i_d ]
  20.  
  21. DDEESSCCRRIIPPTTIIOONN
  22.        llpp submits files for printing or alters a pending job. Use
  23.        a  filename  of  "-"  to  force printing from the standard
  24.        input.
  25.  
  26.        ccaanncceell cancels existing print jobs.  The  _-_a  option  will
  27.        remove all jobs from the specified destination.
  28.  
  29. OOPPTTIIOONNSS
  30.        The following options are recognized by llpp:
  31.  
  32.        -E
  33.             Forces encryption when connecting to the server.
  34.  
  35.        -c
  36.             This  option  is provided for backwards-compatibility
  37.             only. On systems that support it, this option  forces
  38.             the  print  file  to be copied to the spool directory
  39.             before printing. In CUPS, print files are always sent
  40.             to the scheduler via IPP which has the same effect.
  41.  
  42.        -d _d_e_s_t_i_n_a_t_i_o_n
  43.             Prints files to the named printer.
  44.  
  45.        -h _h_o_s_t_n_a_m_e
  46.             Specifies  the  print server hostname. The default is
  47.             "localhost" or the value of the CUPS_SERVER  environ-
  48.             ment variable.
  49.  
  50.        -i _j_o_b_-_i_d
  51.             Specifies an existing job to modify.
  52.  
  53.        -m
  54.             Send  email  when the job is completed (not supported
  55.             CUPS 1.1.)
  56.  
  57.        -n _c_o_p_i_e_s
  58.             Sets the number of copies to print from 1 to 100.
  59.  
  60.  
  61.  
  62.  
  63.  
  64. 1 May 2003         Common UNIX Printing System                  1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. lp(1)                 Easy Software Products                lp(1)
  71.  
  72.  
  73.        -o _o_p_t_i_o_n
  74.             Sets a job option.
  75.  
  76.        -q _p_r_i_o_r_i_t_y
  77.             Sets the job priority from 1 (lowest) to  100  (high-
  78.             est). The default priority is 50.
  79.  
  80.        -s
  81.             Do not report the resulting job IDs (silent mode.)
  82.  
  83.        -t _n_a_m_e
  84.             Sets the job name.
  85.  
  86.        -u _u_s_e_r_n_a_m_e
  87.             Cancels jobs owned by _u_s_e_r_n_a_m_e.
  88.  
  89.        -H _h_a_n_d_l_i_n_g
  90.             Specifies  when the job should be printed. A value of
  91.             _i_m_m_e_d_i_a_t_e will print the file immediately, a value of
  92.             _h_o_l_d will hold the job indefinitely, and a time value
  93.             (HH:MM) will hold the job until the  specified  time.
  94.             Use  a value of _r_e_s_u_m_e with the _-_i option to resume a
  95.             held job.  Use a value of _r_e_s_t_a_r_t with the _-_i  option
  96.             to restart a completed job.
  97.  
  98.        -P _p_a_g_e_-_l_i_s_t
  99.             Specifies  which  pages to print in the document. The
  100.             list can contain a list of numbers and  ranges  (#-#)
  101.             separated by commas (e.g. 1,3-5,16).
  102.  
  103. CCOOMMPPAATTIIBBIILLIITTYY
  104.        Unlike  the  System V printing system, CUPS allows printer
  105.        names to contain any printable character except SPACE  and
  106.        TAB. Also, printer and class names are nnoott case-sensitive.
  107.  
  108.        The "m" option is not functional in CUPS 1.1.
  109.  
  110.        The "q" option accepts a different range  of  values  than
  111.        the Solaris lp command, matching the IPP job priority val-
  112.        ues (1-100) instead of the Solaris values (0-39).
  113.  
  114. NNOOTTEESS
  115.        Administrators wishing to prevent  unauthorized  cancella-
  116.        tion of jobs via the _-_u option should password-protect the
  117.        /jobs location in _c_u_p_s_d_._c_o_n_f_(_5_).
  118.  
  119. SSEEEE AALLSSOO
  120.        lpstat(1),      CUPS      Software      Users      Manual,
  121.        http://localhost:631/documentation.html
  122.  
  123. CCOOPPYYRRIIGGHHTT
  124.        Copyright  1993-2003 by Easy Software Products, All Rights
  125.        Reserved.
  126.  
  127.  
  128.  
  129.  
  130. 1 May 2003         Common UNIX Printing System                  2
  131.  
  132.  
  133.